.btn-primary {
    color: #14142B;
    background-color: #CCFF33;
    border-color: #CCFF33;
}

.footer {
    visibility: hidden !important;
}

.bg-white {
    background-color: rgb(20 20 43) !important;
}

.btn-primary:hover {
    color: #CCFF33;
    background-color: #14142B;
    border-color: #14142B;
}

.navbar.navbar-expand-lg.mb-5 {
    background-color: white;
}


.navbar-nav:first-child {
    background: #ffffff;
}

.no-white-bg .card, 
.no-white-bg .bg-white {
    background: none !important;
    border: none;
    box-shadow: none !important;
}
.no-white-bg .text-muted {
    color: #FFF !important;
    visibility: hidden;
}
.no-white-bg .shadow-sm {


    box-shadow: none !important;
}

.navbar-brand img {
    width: 200px !important;
}

.navbar-brand {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}


section.advertisements .container {
    position: relative; /* Zorgt ervoor dat de content boven de overlay staat */
    z-index: 1;
}

.jw-icon-cast {
    display: flex !important; /* Zorg ervoor dat het zichtbaar is */
    cursor: pointer; /* Zet de cursor op pointer */
    color: #CCFF33;
}

google-cast-launcher {
    display: flex !important; /* Zorg ervoor dat het element zichtbaar is */
}

.jw-icon-cast svg,
.jw-icon-cast {
  filter: brightness(0) invert(1); /* maakt iconen wit */
  color: #FF5000; /* als er tekst of symbolen zijn die kleur gebruiken */
  fill: #FF5000; /* voor SVG's */
}

.mb-5
{
    margin-bottom: 0rem !important;
}

.wit .text-muted {
 color: #14142b !important;
}

.wit .fw-bold {
    color: #14142b !important;
}

@media (max-width: 768px) {
    .video-background {
        background-size: cover;
        background-position: center;
        height: 80vh;
        padding: 0;
        max-height: 350px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        background: #ffffff;
    }
}

h1 {
    color: #CCFF33;
}

h3 {
    color: #CCFF33;
}

.live-overview.py-5 {
    color: #fff; /* Zorgt ervoor dat de tekst ook wit is */
}

.Gf .asset-title,
.Gf .asset-description {
    color: #fff !important;
}

.Gf a.asset-title {
    color: #fff;
    text-decoration: none;
}

.Gf a.asset-title:hover {
    color: #fff;
    text-decoration: underline;
}


.text-muted {
    color: #CCFF33 !important;
}

.c-site-footer {
    background-color: #fff;
}

#video_description {
    font-weight: 700;
    color: #fff;
}

.intro-visual-bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 75%, #14142B 100%);
    z-index: 0;
}



button.btn.rating.btn-success{
    display:none !important;
}

.video-chat, .video-player {
    background: var(--bg_color);
    backdrop-filter: blur(9px);
    min-height: 0px;
    border-radius: 5px;
    border: 1px solid var(--accent_color);
}

.jwplayer{
    max-height:900px;
}

.no-white-bg .card, 
.no-white-bg .bg-white {
    background: none !important;
    border: none;
    box-shadow: none !important;
}
.no-white-bg .text-muted {
    color: #14142B !important;
}
.no-white-bg .shadow-sm {
    box-shadow: none !important;
}


.glide div[data-glide-el="controls"] .slider-btn {
    font-size: 20px;
    padding: 15px;
    background-color: #CCFF33;
    color: #000;
    
}

.glide div[data-glide-el="controls"] .slider-btn-next {
  border-radius: 10px 0 0 10px;
}
.glide div[data-glide-el="controls"] .slider-btn-prev {
  border-radius: 0 10px 10px 0;
}
.no-image-title .card-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.card-header 
{
    color: #14142B;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}

.col-8 {
    flex: 0 0 auto;
    width: 100% !important;
}

.col-8.mb-auto.mt-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    visibility: hidden;
}

/* Stijl voor footer afbeelding */
footer .img-fluid {
    content: url(https://bytomorrow.nl/wp-content/uploads/2025/06/SHLtv_LOGO-wit-groen-1.png);
    width: 250px;
    height: auto;
    visibility: hidden;
}

.modal-content {
    background-color: #14142B !important;
}

/* Zorg ervoor dat de card-body een relatieve positie heeft */
.asset .card-body {
  position: relative;
}

/* Voeg de rode cirkel toe, rechtsboven in de card */
.asset[onclick*="showAuthenticationModal()"] .card-body::after {
  content: "";
  position: absolute;
  top: 20px; /* Afstand van de bovenkant */
  right: 20px; /* Afstand van de rechterkant */
  width: 40px; /* Grootte van het rode rondje */
  height: 40px; /* Grootte van het rode rondje */
  border-radius: 50%; /* Dit maakt het een cirkel */
  background-color: #16132B; /* Donker paars/navy achtergrond */
  z-index: 1; /* Zorg ervoor dat de cirkel onder het slotje komt */
}

/* Voeg het slotje toe, gecentreerd in de cirkel */
.asset[onclick*="showAuthenticationModal()"] .card-body::before {
  content: "";
  position: absolute;
  top: 30px; /* Centraal plaatsen binnen de cirkel */
  right: 30px; /* Centraal plaatsen binnen de cirkel */
  width: 20px; /* Grootte van het slotje */
  height: 20px; /* Grootte van het slotje */
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 32 32%22%3E%3Cpath fill=%22%23CCF924%22 d=%22M25.313 12v-4c0-2.688-2.625-6.688-9.313-6.688s-9.313 4-9.313 6.688v4h-2.688v14.688c0 2.188 1.813 4 4 4h16c2.188 0 4-1.813 4-4v-14.688zM9.313 6.688c0 0 1.375-2.688 6.688-2.688s6.688 2.688 6.688 2.688v5.313h-13.375zM25.313 26.688c0 0.688-0.563 1.313-1.313 1.313h-16c-0.75 0-1.313-0.625-1.313-1.313v-12h18.625zM14.688 22.313v3h2.625v-3c0.813-0.5 1.375-1.313 1.375-2.313 0-1.5-1.188-2.688-2.688-2.688s-2.688 1.188-2.688 2.688c0 1 0.563 1.813 1.375 2.313z%22/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2; /* Zorg ervoor dat het slotje boven de cirkel komt */
}
